reflect.rtype.nameOff (method)
8 uses
reflect (current package)
type.go#L339: return toRType(&t.Type).nameOff(off)
type.go#L343: return toRType(t).nameOff(off)
type.go#L525: func (t *rtype) nameOff(off aNameOff) abi.Name {
type.go#L542: s := t.nameOff(t.t.Str).Name()
type.go#L594: pname := t.nameOff(p.Name)
type.go#L636: if !(t.nameOff(methods[h].Name).Name() >= name) {
type.go#L643: if i < len(methods) && name == t.nameOff(methods[i].Name).Name() {
type.go#L658: return t.nameOff(ut.PkgPath).Name()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |